home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / open.dxr / 00038.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  207 b   |  12 lines

  1. on mouseDown
  2.   global soundflg
  3.   set the ink of sprite 3 to 4
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the ink of sprite 3 to 36
  9.   updateStage()
  10.   go(1, "KATJA.DXR")
  11. end
  12.